home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
WWW
/
http
/
www.wirenet.co.uk
/
files
/
thor24_arexx.lha
/
BBSRead
/
DefaultNames.br
< prev
next >
Wrap
Text File
|
1996-11-11
|
683b
|
37 lines
/* $VER: DefaultNames.br 3.1 (31.3.95)
*
* Sets all bbses to use globaly defined name, address and phone number.
*
* Script by: Eivind Nordseth, Ultima Thule Software.
*/
/* trace results */
parse arg argument
if ~show('p', 'BBSREAD') then do
address command
"run >nil: `GetEnv THOR/THORPath`bin/LoadBBSRead"
"WaitForPort BBSREAD"
end
address BBSREAD
GETBBSLIST stem BBSLIST
if(rc ~= 0) then
do
say BBSREAD.LASTERROR
exit
end
do n=1 to BBSLIST.COUNT
say 'Configuring bbs:' BBSLIST.n
CONFIGBBS '"' || BBSLIST.n || '"' USER '""' STREET '""' ADDR '""' COUNTRY '""' PHONE '""'
if(rc ~= 0) then
do
say BBSREAD.LASTERROR
exit
end
end